
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	
}
body, html {
    height: 100%;
    width: 100%;
    margin:0;
    background-color:#eeeeee;
    box-sizing: border-box;
    
	font-family:"Open Sans", Helvetica, Arial, sans-serif;
	font-weight:300;
	font-size: 12px;
	line-height:30px;
  overflow-x: hidden;
}
.hero-image {
  margin:0px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('img/hero2.jpg');
  width:100vw;
  height:100vh;
  display:flex;
  justify-content: center;
  align-self: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0.5em;
  text-align: center;

}
@media screen and (min-width: 400px) {
  .hero-ext {
    float: none;
    display: block;
    text-align: left;
  
    float: none;
}
}

button{
  display: inline-block;
  width: 200px;
  padding: 0.5em;
  margin:5px;
  color: black;
  text-decoration: none;
  font-size: 1.5em;
  border: 3px solid #1e2022;
  border-radius: 20px;
  background-color:#c9d6df ;
}

.nav {
  height: 50px;
  width: 100%;
  background-color: #4d4d4d;
  position: relative;
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 10px 10px 10px 10px;
}
.logo{
  font-size:35px;
  line-height:80px;
  padding:0 100px;

}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline;
  float: right;
  font-size: 18px;
}

.nav > .nav-links > a {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #efefef;
}

.nav > .nav-links > a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.nav > #nav-check {
  display: none;
}

@media (max-width:600px) {
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #1e2022;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height:calc(30vh - 100px);
    overflow-y:scroll;
  }
}
.head{
  color:#1e2022;
  
}.head > a :hover{
  color:#52616b;
}

.cont {
  background-color:#4d4d4d ;
  border-radius: 3px;

}
.cont1 a{
  
  text-decoration: none;
  color:#efefef;
  font-size:20px;
  margin-top:10rem;
  align-content: center;
  border-radius: 2px;
}
h2
{
  color:#fff;
  display:flex;
  justify-content: center;
  align-items: center;
  background-color:#4d4d4d;
  font-size:30px;
  padding:5px ;

}


.container {
	max-width:400px;
	width:100%;

	margin:0 auto;
  
	position:relative;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
	background:#d3d6db;
	padding:25px;
	margin:50px 0;
}

#contact h3 {
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#d8dfe2;
	margin:0 0 5px;
	padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}
.newpa{
  font-size: 1.2em;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: 500;
  padding: 10px;

  color: black;
}
.newlist{
  font-size: 1.1em ;
  font-family:  'Times New Roman', Times, serif;
  font-weight: 300;
  padding: 10px;
  color: black;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#3a4750;
	color:#fbfbfb;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact button[type="submit"]:hover {
	background:#888888;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
.con {
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffff;
  width:100%;
  height:auto;
  padding:30px;


}

h5,h3{
  font-size: 1.5em;
  font-weight: bold;
  background-color: #e4e3e3;
  border-radius: 1em;
  padding: 10px;
  
}
.con p{
  font-size:14px;
}
